paste your elevator pitch hereA SHORT (4-5 SENTENCES) PARAGRAPH THAT DESCRIBES KEY INSIGHTS TAKEN FROM METRICS IN THE PROJECT RESULTS THINK TOP OR MOST IMPORTANT RESULTS.
Read and format project data
# Learn morea about Code Cells: https://quarto.org/docs/reference/cells/cells-jupyter.html# Include and execute your code heredf = pd.read_csv("https://github.com/byuidatascience/data4names/raw/master/data-raw/names_year/names_year.csv")
Highlight the Questions and Tasks
QUESTION|TASK 1
COPY PASTE QUESTION|TASK 1 FROM THE PROJECT HERE
type your results and analysis here
Read and format data
# Include and execute your code here
include figures in chunks and discuss your findings in the figure.
plot example
# Include and execute your code here( ggplot(df.head(200), aes(x='name', y='AK')) + geom_bar(stat='identity'))
My useless chart
table example
# Include and execute your code heremydat = (df.head(1000) .groupby('year') .sum() .reset_index() .tail(10) .filter(["year", "AK","AR"]))display(mydat)
Not much of a table {#cell-Q1-table}
year
AK
AR
96
2006
21.0
183.0
97
2007
28.0
153.0
98
2008
36.0
212.0
99
2009
34.0
179.0
100
2010
22.0
196.0
101
2011
41.0
148.0
102
2012
28.0
140.0
103
2013
26.0
134.0
104
2014
20.0
114.0
105
2015
28.0
121.0
QUESTION|TASK 2
COPY PASTE QUESTION|TASK 2 FROM THE PROJECT HERE
type your results and analysis here
Read and format data
# Include and execute your code here
include figures in chunks and discuss your findings in the figure.
plot example
# Include and execute your code here# (# ggplot(df.head(200), aes(x='name', y='AK')) + geom_bar(stat='identity')# )
table example
# Include and execute your code here# mydat = df.head(1000)\# .groupby('year')\# .sum()\# .reset_index()\# .tail(10)\# .filter(["year", "AK","AR"])# display(mydat)
QUESTION|TASK 3
COPY PASTE QUESTION|TASK 3 FROM THE PROJECT HERE
type your results and analysis here
Read and format data
# Include and execute your code here
include figures in chunks and discuss your findings in the figure.
plot example
# Include and execute your code here# Include and execute your code here# (# ggplot(df.head(200), aes(x='name', y='AK')) + geom_bar(stat='identity')# )
table example
# Include and execute your code here# mydat = df.head(1000)\# .groupby('year')\# .sum()\# .reset_index()\# .tail(10)\# .filter(["year", "AK","AR"])# display(mydat)
QUESTION|TASK 4
COPY PASTE QUESTION|TASK 3 FROM THE PROJECT HERE
type your results and analysis here
Read and format data
# Include and execute your code here
include figures in chunks and discuss your findings in the figure.
plot example
# Include and execute your code here# Include and execute your code here# (# ggplot(df.head(200), aes(x='name', y='AK')) + geom_bar(stat='identity')# )
table example
# Include and execute your code here# mydat = df.head(1000)\# .groupby('year')\# .sum()\# .reset_index()\# .tail(10)\# .filter(["year", "AK","AR"])# display(mydat)
QUESTION|TASK 5
COPY PASTE QUESTION|TASK 3 FROM THE PROJECT HERE
type your results and analysis here
Read and format data
# Include and execute your code here
include figures in chunks and discuss your findings in the figure.
plot example
# Include and execute your code here# Include and execute your code here# (# ggplot(df.head(200), aes(x='name', y='AK')) + geom_bar(stat='identity')# )
table example
# Include and execute your code here# mydat = df.head(1000)\# .groupby('year')\# .sum()\# .reset_index()\# .tail(10)\# .filter(["year", "AK","AR"])# display(mydat)